home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
thinkref
/
archive
/
THINKPascalUH2.1.sea
/
THINKPas Univ Hdr 2.1
/
Interfaces
/
OSAComp.p
< prev
next >
Wrap
Text File
|
1995-09-14
|
1KB
|
47 lines
{ Converted with MPW2TPas Tuesday, September 12, 1995 8:45:24 PM }
{}
{ File: OSAComp.p}
{ }
{ Contains: AppleScript Component Implementor's Interfaces.}
{ }
{ Version: Technology: AppleScript 1.1}
{ Package: Universal Interfaces 2.1 in “MPW Latest” on ETO #18}
{ }
{ Copyright: © 1984-1995 by Apple Computer, Inc.}
{ All rights reserved.}
{ }
{ Bugs?: If you find a problem with this file, use the Apple Bug Reporter}
{ stack. Include the file and version information (from above)}
{ in the problem description and send to:}
{ Internet: apple.bugs@applelink.apple.com}
{ AppleLink: APPLE.BUGS}
{ }
{}
unit OSAComp;
interface
{$IFC UNDEFINED __OSACOMP__}
{$SETC __OSACOMP__ := 1}
uses
ConditionalMacros, Types, AppleTalk, Processes, PPCToolbox, Notification, EPPC, Files, Aliases, AppleEvents, Errors, Components, OSA;
{ $PUSH}
{ $ALIGN MAC68K}
{ $LibExport+}
function OSAGetStorageType (scriptData: Handle; var dscType: DescType): OSErr;
function OSAAddStorageType (scriptData: Handle; dscType: DescType): OSErr;
function OSARemoveStorageType (scriptData: Handle): OSErr;
{ $ALIGN RESET}
{ $POP}
{$ENDC}
{__OSACOMP__}
implementation
end.